词语吧>英语词典>append file翻译和用法

append file

英 [əˈpend faɪl]

美 [əˈpend faɪl]

网络  附加文件; 增补文件

计算机

双语例句

  • You can use the file object to read data, to write data, to append data to a file, and to work with either binary or textual data.
    可以用file对象读取数据、写入数据或把数据添加到文件,以及处理二进制或文本数据。
  • You can also use>>to append the results to an existing file ( creating the file if it doesn't exist).
    您可使用>>以将命令输出结果附加到现有文件之后(如果文件不存在,则创建新文件)。
  • You could just append the log message to the correct text file, but you would have to duplicate the log information style.
    您可以只是将日志消息附加到恰当的文本文件,但是您必须得套用日志信息格式。
  • You can use the$ notation for the last line to specify to the end of the file and double greater-than symbols (>>) after the w to indicate that you want to append to rather than overwrite the file.
    对于最后一行,可以使用$表示文件的末尾。可以在w后面使用两个大于号(>>)表示希望把内容附加到文件中而不是覆盖文件。
  • Need to do the same thing but append to an existing file instead of creating a new one?
    需要执行相同操作,但是附加到现有文件而不是创建新文件。
  • The second echo statement uses the double>>to append data to the bottom of an existing file.
    第二个echo语句使用两个>>将数据附加到现有文件的后面。
  • Gets a unique suffix to append to the file path for caching browsers.
    获取要追加到用于缓存浏览器的文件路径的唯一后缀。
  • Property specifies whether to append messages to the current log file, if allowed, or write them to a new log file.
    属性指定如果条件允许,是将消息追加到当前日志文件中,还是将消息写入新的日志文件中。
  • Open and append to a log file.
    打开日志文件并在其中追加内容。
  • Tells the print command to append each username one after another to a file only.
    告诉打印命令仅将每个用户名依次追加到一个文件中。